home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / hello_kitty.swf / scripts / DefineSprite_306 / frame_145 / DoAction.as
Text File  |  2008-03-13  |  185b  |  12 lines

  1. if(positions[0] == "p1")
  2. {
  3.    _root.cheer.start(0,1);
  4.    _root.tada.start(0,1);
  5.    gotoAndStop("wellDone");
  6. }
  7. else
  8. {
  9.    _root.groan.start(0,1);
  10.    gotoAndStop("gameOver");
  11. }
  12.